home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / gs24src.zip / GSECHO.BAT < prev    next >
DOS Batch File  |  1991-07-09  |  129b  |  9 lines

  1. @echo off
  2. if '%1'=='-a' goto add
  3. if exist %1 erase %1
  4. goto put
  5. :add
  6. shift
  7. :put
  8. echo %2 %3 %4 %5 %6 %7 %8 %9 >>%1
  9.